:root {
  --swiper-navigation-size: 38px;
}
.javaee * {
  box-sizing: border-box;
  font-family: Microsoft YaHei;
}
.javaee .box_hd {
  text-align: center;
}
.javaee .box_hd h2 {
  font-size: 50px;
  color: #1b1b1b;
  line-height: 50px;
  font-weight: bold;
}
.javaee .box_hd h2 span {
  color: #177ff1;
}
.javaee .box_hd a {
  float: right;
  height: 25px;
  border: 1px #ccced3 solid;
  border-radius: 25px;
  line-height: 25px;
  padding: 0 9px;
  margin: 5px 11px 0 0;
  font-size: 14px;
  color: #737373;
  cursor: pointer;
}
.javaee .box_hd a:hover {
  background: #216ef4;
  color: #fff;
  border-color: #216ef4;
}
.javaee .box_hd p {
  font-size: 18px;
  color: #666;
  line-height: 21px;
  padding-top: 20px;
  letter-spacing: 1px;
}
.javaee .btnbox {
  display: flex;
  justify-content: center;
}
.javaee .btnbox .a_btn {
  position: relative;
  top: 0;
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  border-radius: 35px;
  box-shadow: inset 0 2px 16px rgba(255, 255, 255, 0.5);
  background: -moz-linear-gradient(0deg, #00AEFF, #0084FF);
  background: linear-gradient(0deg, #00AEFF, #0084FF);
  margin: 0 12px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  padding: 24px 56px 26px 40px;
}
.javaee .btnbox .a_btn:hover {
  top: -5px;
  box-shadow: none;
}
.javaee .btnbox .a_btn2 {
  box-shadow: inset 0 2px 16px rgba(255, 255, 255, 0.5);
  /* box-shadow: inset 0 -7px 10px rgba(255,31,31,.9), inset 0 12px 35px rgba(255,153,62,.38); */
  background: -moz-linear-gradient(0deg, #FF583D, #FF5382);
  background: linear-gradient(0deg, #FF583D, #FF5382);
}
.javaee .btnbox .a_btn2::after {
  position: absolute;
  right: 26px;
  top: 30px;
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  border-color: #FFAE6F !important;
  content: "";
}
.javaee .btnbox .a_btn::after {
  position: absolute;
  right: 26px;
  top: 30px;
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  border-color: #66E4FA;
  content: "";
}
.javaee .box0 {
  height: 80px;
  background-color: #fff;
}
.javaee .boxNav {
  position: absolute;
  left: 0;
  top: 40px;
  width: 100%;
  height: 100px;
  box-sizing: border-box;
  padding-top: 30px;
  z-index: 101;
}
.javaee .boxNav .hei {
  display: none;
}
.javaee .boxNav.cur {
  position: fixed;
  top: 0;
  height: 80px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding-top: 20px;
}
.javaee .boxNav.cur .bai,
.javaee .boxNav.on .bai {
  display: none;
}
.javaee .boxNav.cur .hei,
.javaee .boxNav.on .hei {
  display: block;
}
.javaee .boxNav .inner {
  display: flex;
  justify-content: space-between;
  width: 80%;
  min-width: 1200px;
  height: 40px;
  padding: 0 6px 0 23px;
  box-sizing: border-box;
}
.javaee .boxNav.cur .inner {
  width: 70%;
}
.javaee .boxNav .logo {
  display: flex;
}
.javaee .boxNav .logo img {
  width: 136px;
}
.javaee .boxNav .logo p {
  position: relative;
  font-size: 18px;
  line-height: 40px;
  padding-left: 33px;
}
.javaee .boxNav .logo p a {
  color: #fff;
}
.javaee .boxNav .logo p:before {
  position: absolute;
  left: 17px;
  top: 5px;
  width: 1px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.3);
  content: "";
}
.javaee .boxNav.cur .logo p a,
.javaee .boxNav.on .logo p a {
  color: #b3b3b3;
}
.javaee .boxNav.cur .logo p:before,
.javaee .boxNav.on .logo p:before {
  background-color: #d5d5d5;
}
.javaee .boxNav .nav {
  width: 650px;
  display: flex;
  justify-content: space-between;
  margin-top: 3px;
}
.javaee .boxNav .nav p {
  position: relative;
  width: 96px;
  height: 34px;
  font-size: 17px;
  color: #fff;
  text-align: center;
  line-height: 34px;
  cursor: pointer;
}
.javaee .boxNav .nav p.cur {
  border-radius: 17px;
  background-color: #008bff;
}
.javaee .boxNav.cur .nav p,
.javaee .boxNav.on .nav p {
  color: #999;
}
.javaee .boxNav.cur .nav p.cur,
.javaee .boxNav.on .nav p.cur {
  color: #fff;
}
.javaee .banner {
  position: relative;
}
.javaee .banner .slideBox,
.javaee .banner .slideBox .bd .li_in,
.javaee .banner .slideBox .bd a {
  height: 650px;
}
.javaee .innerContent,
.javaee .innerMain {
  width: 1300px;
  margin: 0 auto;
}
.javaee .javaMoudle1 .innerContent {
  width: 1300px;
  background: linear-gradient(180deg, #dafff6, #ffffff);
  border-radius: 18px;
  margin-top: 30px;
  padding: 30px 0;
}
.javaee .javaMoudle1 .innerContent .oul1 {
  display: flex;
  justify-content: space-around;
}
.javaee .javaMoudle1 .innerContent .oul1 h3 {
  font-size: 20px;
  color: #FF5532;
  line-height: 24px;
  font-weight: bold;
  cursor: pointer;
  position: relative;
}
.javaee .javaMoudle1 .innerContent .oul1 li:nth-child(2) h3 {
  color: #1ad2ba;
}
.javaee .javaMoudle1 .innerContent .oul1 li:nth-child(2) h3::after {
  border-color: #1ad2ba;
}
.javaee .javaMoudle1 .innerContent .oul1 li:nth-child(3) h3 {
  color: #0082FF;
}
.javaee .javaMoudle1 .innerContent .oul1 li:nth-child(3) h3::after {
  border-color: #0082FF;
  left: 110px;
}
.javaee .javaMoudle1 .innerContent .oul1 li:nth-child(4) h3 {
  color: #FF417A;
}
.javaee .javaMoudle1 .innerContent .oul1 li:nth-child(4) h3::after {
  border-color: #FF417A;
}
.javaee .javaMoudle1 .innerContent .oul1 h3::after {
  position: absolute;
  left: 86px;
  top: 8px;
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  border-color: #FF5532;
  content: "";
}
.javaee .javaMoudle1 .innerContent .oul1 p {
  width: 164px;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  margin-top: 4px;
}
.javaee .javaMoudle1 .innerContent .oul1 li {
  position: relative;
}
.javaee .javaMoudle1 .innerContent .oul1 li:nth-child(1) {
  padding-left: 60px;
}
.javaee .javaMoudle1 .innerContent .oul1 li:nth-child(2) {
  padding-left: 64px;
}
.javaee .javaMoudle1 .innerContent .oul1 li:nth-child(3) {
  padding-left: 60px;
}
.javaee .javaMoudle1 .innerContent .oul1 li:nth-child(4) {
  padding-left: 56px;
}
.javaee .javaMoudle1 .innerContent .oul1 li::before {
  width: 44px;
  height: 45px;
  background: url("/pc/module/javaee/images/icon.png") no-repeat 0px -83px;
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
}
.javaee .javaMoudle1 .innerContent .oul1 li:nth-child(1)::before {
  background-position-y: -295px;
}
.javaee .javaMoudle1 .innerContent .oul1 li:nth-child(3)::before {
  background-position-y: -154px;
}
.javaee .javaMoudle1 .innerContent .oul1 li:nth-child(4)::before {
  background-position-y: -225px;
}
.javaee .javaMoudle1 .innerContent .oul1 .txt::after {
  position: absolute;
  top: 20px;
  right: -44px;
  transform: translateX(-50%);
  display: inline-block;
  width: 2px;
  height: 42px;
  background-color: #95ffe7;
  content: "";
}
.javaee .javaMoudle1 .innerMain {
  width: 1300px;
  height: 160px;
  background: url("/pc/module/javaee/images/bg1.png") no-repeat;
  border-radius: 18px;
  margin-top: 40px;
  display: flex;
  justify-content: space-around;
}
.javaee .javaMoudle1 .innerMain .javaJob {
  display: flex;
  justify-content: space-around;
  height: 120px;
  overflow: hidden;
  margin-top: 22px;
}
.javaee .javaMoudle1 .innerMain .javaJob .job-left {
  width: 156px;
}
.javaee .javaMoudle1 .innerMain .javaJob h4 {
  position: relative;
  color: #88ffaa;
  font-size: 17px;
  font-weight: bold;
  left: 38px;
  top: 2px;
}
.javaee .javaMoudle1 .innerMain .javaJob p {
  margin: 13px 0 0 38px;
  font-weight: 400;
  font-size: 13px;
  line-height: 17px;
  color: rgba(255, 255, 255, 0.5);
}
.javaee .javaMoudle1 .innerMain .oul2 {
  width: 419px;
  color: #fff;
  line-height: 24px;
}
.javaee .javaMoudle1 .innerMain .oul2 li {
  margin-bottom: 15px;
  font-size: 13px;
  line-height: 17px;
}
.javaee .javaMoudle1 .innerMain .oul2 li span {
  color: #35FFD2;
  font-weight: bold;
}
.javaee .javaMoudle1 .innerMain .kbbox {
  height: 120px;
  border-radius: 20px;
  margin: 10px auto 150px;
  position: relative;
}
.javaee .javaMoudle1 .innerMain .kbbox h4 {
  position: absolute;
  color: #88ffaa;
  font-size: 17px;
  font-weight: bold;
  left: 34px;
  top: 14px;
}
.javaee .javaMoudle1 .innerMain .kbbox::after {
  position: absolute;
  top: 20px;
  left: -6px;
  transform: translateX(-50%);
  display: inline-block;
  width: 2px;
  height: 100px;
  background-color: #76fffa;
  opacity: 0.3;
  content: "";
}
.javaee .javaMoudle1 .innerMain .kbbox .head_kb {
  display: flex;
  justify-content: space-between;
}
.javaee .javaMoudle1 .innerMain .techcen_right {
  width: 600px;
  margin-left: 26px;
}
.javaee .javaMoudle1 .innerMain .techcen_right .kb_info {
  float: none;
  width: 600px;
  height: 90px;
  display: flex;
  justify-content: space-evenly;
  background: none;
  margin-top: 10px;
}
.javaee .javaMoudle1 .innerMain .techcen_right .kb_info .hd {
  position: relative;
  width: 110px;
  height: 40px;
  border: none;
  border-radius: 12px;
  background-color: #fff;
  margin: 40px 0 0;
}
.javaee .javaMoudle1 .innerMain .techcen_right .kb_info .select dt {
  width: 110px;
  box-sizing: border-box;
  height: 40px;
  font-size: 18px;
  color: #333;
  line-height: 40px;
  padding-left: 15px;
  font-size: 15px;
  z-index: auto;
}
.javaee .javaMoudle1 .innerMain .techcen_right .kb_info .select dt::after {
  position: absolute;
  right: 16px;
  top: 13px;
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  border-color: #51abff;
  content: "";
}
.javaee .javaMoudle1 .innerMain .techcen_right .kb_info .select dd {
  right: -10px;
  top: 54px;
  border-radius: 8px;
  border: none;
  width: 145px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.06);
  padding: 5px;
}
.javaee .javaMoudle1 .innerMain .techcen_right .kb_info .select dd ul li {
  width: 50%;
}
.javaee .javaMoudle1 .innerMain .techcen_right .kb_info .bd ul li strong i,
.javaee .javaMoudle1 .innerMain .techcen_right .kb_info .select dt i {
  display: none !important;
}
.javaee .javaMoudle1 .innerMain .techcen_right .kb_info .bd,
.javaee .javaMoudle1 .innerMain .techcen_right .kb_info .bd ul {
  width: 460px !important;
  height: 130px !important;
}
.javaee .javaMoudle1 .innerMain .techcen_right .kb_info .bd ul li {
  width: 460px;
  display: flex;
  justify-content: space-between;
}
.javaee .javaMoudle1 .innerMain .techcen_right .kb_info .bd ul li p {
  overflow: visible;
}
.javaee .javaMoudle1 .innerMain .techcen_right .kb_info .bd ul li p a {
  color: #fff;
  font-size: 13px;
}
.javaee .javaMoudle1 .innerMain .techcen_right .kb_info .bd ul li p a strong {
  color: #88ffaa;
}
.javaee .javaMoudle1 .innerMain .techcen_right .kb_info .bd ul li p a .man {
  color: #fff !important;
}
.javaee .javaMoudle1 .innerMain .techcen_right .kb_info .bd ul li a.itcast_click {
  height: 24px;
  line-height: 30px;
}
.javaee .javaMoudle2 {
  margin-top: 30px;
  padding: 80px 0;
  background: linear-gradient(0deg, #FFFFFF, #D4FEFF);
}
.javaee .javaMoudle2 .innerContent {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 30px auto 41px;
}
.javaee .javaMoudle2 .innerContent .swiper-button-prev,
.javaee .javaMoudle2 .innerContent .swiper-button-next {
  color: #D7ECFF;
}
.javaee .javaMoudle2 .innerContent .swiper-button-prev {
  left: -40px;
}
.javaee .javaMoudle2 .innerContent .swiper-button-next {
  right: -40px;
}
.javaee .javaMoudle2 .innerContent .swiper-slide {
  width: 310px;
  height: 379px;
  background: #92DCFF;
  border-radius: 18px;
  overflow: hidden;
}
.javaee .javaMoudle2 .innerContent .swiper-slide .con-box {
  height: 370px;
  overflow: hidden;
  background: #00AEFF;
  border-radius: 18px;
}
.javaee .javaMoudle2 .innerContent .swiper-slide .bottom-box {
  position: relative;
}
.javaee .javaMoudle2 .innerContent .swiper-slide .bottom-box h3 {
  position: absolute;
  left: 0;
  right: 0;
  top: -56px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 10px;
  font-weight: bold;
  font-size: 22px;
  line-height: 22px;
  color: #008AEB;
}
.javaee .javaMoudle2 .innerContent .swiper-slide .bottom-box h4 {
  margin-top: 33px;
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
  color: #FFFFFF;
  text-align: center;
}
.javaee .javaMoudle2 .innerContent .swiper-slide .bottom-box p {
  width: 260px;
  margin: 14px auto 0;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 20px;
}
.javaee .javaMoudle2 .innerContent .swiper-slide .bottom-box p span {
  color: #35FFD2;
}
.javaee .javaMoudle2 .innerContent .swiper-slide:nth-child(even) {
  background: #6EC7FF;
}
.javaee .javaMoudle2 .innerContent .swiper-slide:nth-child(even) .con-box {
  background: #0084FF;
}
.javaee .javaMoudle3 {
  padding: 80px 0;
  background: url("/pc/module/javaee/images/part7-bg.jpg") no-repeat center center;
  background-size: cover;
}
.javaee .javaMoudle3 img {
  display: block;
  margin: 0 auto;
}
.javaee .javaMoudle3 .coursepic {
  display: block;
  margin: 40px auto 50px;
}
.javaee .javaMoudle4 {
  padding: 90px 0;
  background: url("/pc/module/javaee/images/bg3.jpg") no-repeat;
  background-size: cover;
}
.javaee .javaMoudle4 .box_hd h2,
.javaee .javaMoudle4 .box_hd p {
  color: #fff;
}
.javaee .javaMoudle4 .box_hd span {
  color: #35FFD2;
}
.javaee .javaMoudle4 .innerContent {
  display: flex;
  flex-wrap: wrap;
  margin: 40px auto;
}
.javaee .javaMoudle4 .innerContent div {
  width: 235px;
  height: 228px;
  background: #ffffff;
  border-radius: 18px;
  margin-right: 6px;
  margin-top: 10px;
}
.javaee .javaMoudle4 .innerContent div h6 {
  height: 50px;
  background: linear-gradient(180deg, #178fff, #2eaeff);
  border-top-right-radius: 18px;
  border-top-left-radius: 18px;
  text-align: center;
  line-height: 50px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 16px;
  color: #ffffff;
}
.javaee .javaMoudle4 .innerContent div .lastTitle {
  background: linear-gradient(180deg, #ff6a2f, #ff9b4b);
}
.javaee .javaMoudle4 .innerContent div .conTitle {
  background: linear-gradient(180deg, #0ca1ff, #2ec6ff);
}
.javaee .javaMoudle4 .innerContent div ul {
  display: flex;
  padding: 10px;
  flex-wrap: wrap;
}
.javaee .javaMoudle4 .innerContent div ul li {
  padding: 6px 10px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #696e7a;
  background: #f6f6f6;
  border-radius: 10px;
  margin: 4px;
}
.javaee .javaMoudle4 .innerContent .con3 {
  width: 470px;
}
.javaee .javaMoudle4 .innerContent .con4 {
  width: 356px;
}
.javaee .javaMoudle4 .innerContent .con5 {
  width: 952px;
}
.javaee .javaMoudle4 .innerContent .con5 ul li {
  margin-right: 7px;
}
.javaee .javaMoudle4 .innerContent .con6 ul li {
  width: 130px;
  height: 22px;
  background: #f6f6f6;
  border-radius: 10px;
  margin: 8px auto;
  text-align: center;
}
.javaee .javaMoudle5 {
  background: #FFFFFF;
  padding: 80px 0 90px;
}
.javaee .javaMoudle5 .innerContent {
  width: 1200px;
}
.javaee .javaMoudle5 .btnbox {
  margin-top: 50px;
}
.javaee .box_newsinfo {
  padding: 2px 0 120px;
}
.javaee .box_newsinfo .newsinfo_list {
  display: flex;
  justify-content: space-between;
  margin-top: 110px;
}
.javaee .box_newsinfo .newsinfo_list .list_main {
  position: relative;
  height: 280px;
  border-radius: 20px;
  border: none;
  background: #f3f8ff !important;
  padding-top: 18px;
}
.javaee .box_newsinfo .newsinfo_list .list_main h2 {
  position: absolute;
  left: 50%;
  top: -56px;
  width: 324px;
  height: 55px !important;
  box-sizing: border-box;
  border-radius: 12px 12px 0 0;
  box-shadow: inset 0 0 30px rgba(184, 255, 252, 0.3);
  background-color: #4270ff;
  margin-left: -162px;
  padding: 0 16px 0 20px;
  overflow: hidden;
}
.javaee .box_newsinfo .newsinfo_list .list_main:nth-child(2) h2 {
  background-color: #10abe8;
}
.javaee .box_newsinfo .newsinfo_list .list_main:nth-child(3) h2 {
  box-shadow: inset 0 0 30px rgba(251, 255, 184, 0.3);
  background-color: #ff8251;
}
.javaee .box_newsinfo .newsinfo_list .list_main h2 span {
  color: #fff !important;
  line-height: 55px;
  font-weight: normal;
}
.javaee .box_newsinfo .newsinfo_list .list_main h2 a {
  float: right;
  font-size: 14px !important;
  color: rgba(255, 255, 255, 0.5) !important;
  line-height: 55px;
  padding-top: 3px;
}
.javaee .box_newsinfo .newsinfo_list .list_main h2 a:hover {
  color: #fff;
}
.javaee .box_newsinfo .newsinfo_list .list_main ul li {
  width: 290px;
  margin: 0 auto;
}
.javaee .box_newsinfo .newsinfo_list .list_main ul li a span {
  display: inline-block !important;
  width: 26px;
  font-size: 17px;
  color: #10abe8 !important;
  box-shadow: none;
  font-weight: normal !important;
  margin-right: 2px;
  padding: 0;
}
.javaee .box_newsinfo .newsinfo_list .list_main ul li:nth-child(-n + 3) a span {
  color: #fb654b !important;
}
.box2kcdg_add .tablist {
  width: 1093px;
  margin: 5px 0 5px 32px;
}
.box2kcdg_add .tablist .tablistp1 {
  width: 100%;
  height: 35px;
  text-align: center;
  line-height: 35px;
  border-radius: 5px 5px 0 0;
  background: #057bff;
  margin-bottom: 0;
  padding: 0;
}
.box2kcdg_add .tablist .tablistp1 span {
  float: left;
  width: 22%;
  height: 100%;
  font-size: 15px;
  color: #fff;
  box-sizing: border-box;
  border-right: 1px #318fff solid;
}
.box2kcdg_add .tablist .tablistp2 {
  width: 100%;
  height: 52px;
  text-align: center;
  line-height: 52px;
  background: #fafbff;
  margin-bottom: 0;
  padding: 0;
}
.box2kcdg_add .tablist .tablistp2 a {
  float: left;
  width: 22%;
  height: 100%;
  font-size: 15px;
  color: #6e6e6e;
  box-sizing: border-box;
  border-right: 1px #f6f6f6 solid;
  background: #fff;
}
.box2kcdg_add .tablist .tablistp1 span:nth-child(3),
.box2kcdg_add .tablist .tablistp1 span:nth-child(5),
.box2kcdg_add .tablist .tablistp2 a:nth-child(3),
.box2kcdg_add .tablist .tablistp2 a:nth-child(5) {
  width: 17%;
}
.box2kcdg_add .tablist .tablistp2 a:hover {
  color: #057bff;
}
.box2kcdg_add .tablist .tablistp1 span:last-child,
.box2kcdg_add .tablist .tablistp2 a:last-child {
  border: none;
}
.kcdgjavaee_add ul {
  height: 400px;
}
.kcdgjavaee_add ul li {
  height: 130px;
}
.kcdgjavaee_add ul li:last-child {
  padding-left: 28px;
  border-right: none;
}
.javaMoudle11 {
  padding: 80px 0;
  background: #ffffff;
}
.javaMoudle11 .innerContent {
  display: flex;
  justify-content: space-between;
  margin: 60px auto 0;
}
.javaMoudle11 .innerContent ul {
  width: 290px;
  height: 322px;
  background: linear-gradient(0deg, #1388FF, #4AABFF);
  border-radius: 18px;
}
.javaMoudle11 .innerContent ul h5 {
  width: 124px;
  height: 40px;
  line-height: 36px;
  background: linear-gradient(0deg, #1881F1, #48BCFD);
  border-radius: 10px;
  border: 2px solid #C5E4FF;
  position: relative;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 20px;
  color: #f8fbff;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  top: -18px;
}
.javaMoudle11 .innerContent ul p {
  height: 19px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 18px;
  line-height: 19px;
  color: #fff;
  text-align: center;
  position: relative;
}
.javaMoudle11 .innerContent ul li {
  width: 236px;
  height: 64px;
  background: linear-gradient(0deg, rgba(3, 122, 255, 0.6), rgba(3, 122, 255, 0));
  border-radius: 12px;
  text-align: center;
  display: block;
  margin: 16px auto;
  font-size: 16px;
  padding: 14px 0;
  color: #ffffff;
}
.javaMoudle11 .innerContent ul li span {
  font-size: 14px;
}
.javaMoudle11 .innerContent .javabox2_con h5 {
  background: linear-gradient(0deg, #3E9BFF, #6CD7FF);
  border: 2px solid #D8E9FF;
}
.javaMoudle11 .innerContent .javabox2_con ul {
  background: linear-gradient(0deg, #13A3FF, #51C4FF);
}
.javaMoudle11 .innerContent .javabox2_con ul p {
  color: #fff;
}
.javaMoudle11 .innerContent .javabox2_con ul li {
  background: linear-gradient(0deg, rgba(0, 162, 255, 0.6), rgba(0, 162, 255, 0));
}
.javaMoudle11 .innerContent .javabox3_con ul li {
  margin-top: 20px;
  height: 101px;
}
.javaMoudle11 .innerContent .javabox4_con h5 {
  background: linear-gradient(0deg, #FF552F, #FF975B);
  border: 2px solid #FFCEC6;
}
.javaMoudle11 .innerContent .javabox4_con ul {
  background: linear-gradient(0deg, #FF427C, #FF552F);
}
.javaMoudle11 .innerContent .javabox4_con ul p {
  color: #fff;
}
.javaMoudle11 .innerContent .javabox4_con ul li {
  height: 101px;
  background: linear-gradient(0deg, rgba(249, 44, 57, 0.6), rgba(249, 44, 57, 0));
}
.javaMoudle11 .innerContent .oul_main {
  position: relative;
}
.javaMoudle11 .innerContent .oul_main li {
  float: left;
  width: 114px;
  height: 40px;
  padding: 30px 0;
  margin: 26px 0px 0px 24px;
}
.javaMoudle11 .innerContent .oul_main .listyle {
  background: linear-gradient(0deg, rgba(241, 16, 73, 0.6), rgba(241, 16, 73, 0));
  width: 236px;
  height: 101px;
  left: 50%;
  position: absolute;
  margin: 0 !important;
  bottom: 26px;
  transform: translateX(-50%);
}
.javaMoudle12 .top-box {
  padding: 73px 0;
  height: 300px;
  background: url("/pc/module/javaee/images/part5-bg.jpg") no-repeat center center;
  background-size: 100% 100%;
}
.javaMoudle12 .top-box p {
  font-weight: bold;
  font-size: 40px;
  line-height: 40px;
  color: #FFFFFF;
  text-align: center;
}
.javaMoudle12 .top-box p span {
  color: #FDFF6F;
}
.javaMoudle12 .top-box p:nth-child(2) {
  margin-top: 28px;
  font-weight: 400;
  font-size: 30px;
  line-height: 30px;
  color: #FFFFFF;
}
.javaMoudle12 .top-box p:nth-child(3) {
  position: relative;
  margin-top: 20px;
  font-weight: 400;
  font-size: 30px;
  line-height: 30px;
  color: #FFFFFF;
}
.javaMoudle12 .top-box p:nth-child(3) span {
  z-index: 1;
  position: relative;
  font-weight: bold;
  color: #FDFF6F;
}
.javaMoudle12 .top-box p:nth-child(3)::after {
  content: '';
  position: absolute;
  left: 480px;
  bottom: -8px;
  height: 15px;
  width: 791px;
  background: #FF3A0B;
  z-index: 0;
}
.javaMoudle12 .main-box {
  padding: 80px 0;
  background: url("/pc/module/javaee/images/part6-bg.jpg") no-repeat center center;
  background-size: cover;
}
.javaMoudle12 .main-box .innerContent {
  position: relative;
}
.javaMoudle12 .main-box .innerContent .main-top {
  position: absolute;
  margin: 0 auto;
  top: -160px;
  left: 0;
  right: 0;
  width: 1069px;
  height: 187px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 234, 222, 0.99));
  border-radius: 20px;
  display: flex;
  justify-content: space-around;
  z-index: 0;
}
.javaMoudle12 .main-box .innerContent .main-top .item {
  position: relative;
  padding: 35px 80px;
  text-align: center;
}
.javaMoudle12 .main-box .innerContent .main-top .item h3 {
  position: relative;
  font-weight: bold;
  font-size: 30px;
  color: #FF427D;
  line-height: 30px;
}
.javaMoudle12 .main-box .innerContent .main-top .item h3 span {
  position: absolute;
  top: -10px;
}
.javaMoudle12 .main-box .innerContent .main-top .item p {
  margin-top: 14px;
  font-weight: 400;
  font-size: 16px;
  color: #696969;
  line-height: 24px;
}
.javaMoudle12 .main-box .innerContent .main-top .item::after {
  content: '';
  position: absolute;
  right: 0;
  top: 45px;
  width: 2px;
  height: 49px;
  background: #FFD7C3;
}
.javaMoudle12 .main-box .innerContent .main-top .item:nth-child(2) h3 {
  color: #FF5123;
}
.javaMoudle12 .main-box .innerContent .main-top .item:nth-child(3) h3 {
  color: #1976FF;
}
.javaMoudle12 .main-box .innerContent .main-top .item:nth-child(3)::after {
  display: none;
}
.javaMoudle12 .main-box .innerContent .main-center {
  position: relative;
  z-index: 1;
  margin: 186px auto 0;
  width: 1260px;
  display: flex;
  justify-content: space-between;
}
.javaMoudle12 .main-box .innerContent .main-center .item-box {
  height: 153px;
  background: #FFA2C1;
  border-radius: 0px 20px 20px 20px;
  overflow: hidden;
}
.javaMoudle12 .main-box .innerContent .main-center .item {
  padding-top: 30px;
  width: 310px;
  height: 144px;
  background: linear-gradient(0deg, #FF4282, #FF5F7D);
  border-radius: 0px 20px 20px 20px;
  overflow: hidden;
}
.javaMoudle12 .main-box .innerContent .main-center .item h3 {
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  color: #FFFFFF;
}
.javaMoudle12 .main-box .innerContent .main-center .item p {
  margin: 14px auto 0;
  width: 250px;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: #FFFFFF;
}
.javaMoudle12 .main-box .innerContent .main-center .item-box:nth-child(even) {
  background: #FFC0AF;
}
.javaMoudle12 .main-box .innerContent .main-center .item-box:nth-child(even) .item {
  background: linear-gradient(0deg, #FF5122, #FF4A37);
}
.javaMoudle12 .main-box .innerContent .main-text {
  margin: 30px 0;
  font-weight: bold;
  font-size: 24px;
  color: #FF4261;
  line-height: 24px;
  text-align: center;
}
